* x-win.el (command-switch-alist, x-switch-definitions): Treat
authorJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 13:17:52 +0000 (13:17 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 13:17:52 +0000 (13:17 +0000)
`-i' like `-itype', as in Emacs 18.

lisp/term/x-win.el

index 4af60a1bf4f6bd7d7db46275998f64c9a920f357..c19bf41259d50c9ca662962335c8c632bcf1d90b 100644 (file)
@@ -53,6 +53,8 @@
 ;; -font               *font
 ;; -foreground         *foreground
 ;; -geometry           .geometry
+;; -i                  .iconType
+;; -itype              .iconType
 ;; -iconic             .iconic
 ;; -name               .name
 ;; -reverse            *reverseVideo
@@ -94,6 +96,7 @@
                ("-background". x-handle-switch)
                ("-ms" .        x-handle-switch)
                ("-itype" .     x-handle-switch)
+               ("-i"   .       x-handle-switch)
                ("-iconic" .    x-handle-switch)
                ("-cr" .        x-handle-switch)
                ("-vb" .        x-handle-switch)
     ("-ms" mouse-color)
     ("-cr" cursor-color)
     ("-itype" icon-type t)
+    ("-i" icon-type t)
     ("-iconic" iconic-startup t)
     ("-vb" vertical-scroll-bars t)
     ("-hb" horizontal-scroll-bars t)